widget: Add some missing annotations to gtk_widget_class_query_action
authorTimm Bäder <mail@baedert.org>
Sun, 25 Aug 2019 05:52:42 +0000 (07:52 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:24 +0000 (17:36 +0200)
gtk/gtkwidget.c

index c6f08119961383fda6564f2b85c59143583a176b..edc13d764d6e6c6359edac9e56904451dc33edc5 100644 (file)
@@ -13632,10 +13632,10 @@ gtk_widget_action_set_enabled (GtkWidget  *widget,
  * gtk_widget_class_query_action:
  * @widget_class: a #GtkWidgetClass
  * @index_: position of the action to query
- * @owner: the type where the action was defined
- * @action_name: return location for the action name
- * @parameter_type: return location for the parameter type
- * @property_name: return location for the property name
+ * @owner: (out): return location for the type where the action was defined
+ * @action_name: (out): return location for the action name
+ * @parameter_type: (out): return location for the parameter type
+ * @property_name: (out): return location for the property name
  *
  * Queries the actions that have been installed for
  * a widget class using gtk_widget_class_install_action()